CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - nfa to dfa conversion

搜索资源列表

  1. 用Java语言实现NFA到DFA的等价变换

    0下载:
  2. 本程序为编译原理里的一个重要的知识点,实现NFA到DFA的转换-procedures for the compiler's a principle important knowledge points, for the NFA to DFA conversion
  3. 所属分类:编程文档

    • 发布日期:2015-06-08
    • 文件大小:31449
    • 提供者:李小刚
  1. NFA到DFA

    1下载:
  2. 编译原理NFA到DFA的转换源码-compiler theory NFA to the DFA source conversion
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2129
    • 提供者:李余
  1. Lex.rar

    0下载:
  2. 1.输入文件解析 2.正则表达式转化为NFA 3.多个NFA合并 4.NFA转换DFA 5代码生成 关于输入文件格式: 没有考虑对lex输入文件的出错处理,所以输入文件务必严格书写正确。 Lex中的正规表达式使用了以下运算符: [] | * @ ( ) 并且正规表达式中不能出现其他的子正规表达式。 如果想要在待识别的正则式中使用上述运算符,请使用转义符号,即\。 例如,如果想用*,可以写成\* ,1. Analysis of the input file 2.
  3. 所属分类:Windows编程

    • 发布日期:2017-03-22
    • 文件大小:17588
    • 提供者:顾添锦
  1. NFA-DFA.rar

    0下载:
  2. 实现从nfa到dfa的转换,并且输出中间的状态集以及转换表,From nfa to dfa conversion and output as well as the middle of the state set conversion table
  3. 所属分类:Compiler program

    • 发布日期:2017-03-24
    • 文件大小:2681
    • 提供者:tang
  1. nfa-dfa.rar

    0下载:
  2. 可实现,nfa到dfa的转化,利用c语言编写,本人以用过一次,老师评价很好,Can be achieved, nfa to dfa conversion using c language, I used once, very good teacher evaluation
  3. 所属分类:Document

    • 发布日期:2017-03-22
    • 文件大小:1996
    • 提供者:黄飞
  1. [NFA+TO+DFA]

    0下载:
  2. [NFA+TO+DFA] 很好很强大的,全部都有了,下下来就行了-[NFA+ TO+ DFA] very very powerful, all have been, the next down on the list
  3. 所属分类:Compiler program

    • 发布日期:2017-03-23
    • 文件大小:149470
    • 提供者:三块一
  1. NFA_DFA

    0下载:
  2. 利用C++语言实现编译词法分析中的NFA到DFA的转换。-Language implementation using C++ compiler lexical analysis of the NFA to DFA conversion.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-09
    • 文件大小:1315839
    • 提供者:element
  1. NFA-change-to-DFA

    0下载:
  2. 可以实现NFA到DFA的转换,还可以化简DFA。程序很清晰,详细。-NFA to DFA can achieve the conversion, you can also simplify DFA. Procedures are clear and detailed.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:1866
    • 提供者:火麒麟
  1. N_DFA

    0下载:
  2. 编译原理,实现NFA到DFA之间的转换,中间的方法都有-Compiler theory, to achieve between the NFA to DFA conversion, Central methods have
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:3365
    • 提供者:zhangbanghua
  1. NFATODFA

    0下载:
  2. NFA到DFA的转换 这是用visual C++ 编写的程序 有注释!-NFA to DFA conversion This is to use visual C++ have the Notes prepared by the procedure!
  3. 所属分类:Compiler program

    • 发布日期:2017-04-15
    • 文件大小:4796
    • 提供者:姚升高
  1. 805NFA

    0下载:
  2. [用Java语言实现nfa到DFA的等价变换.rar] - 本程序为编译原理里的一个重要的知识点,实现nfa到DFA的转换 [nfatoDFA.rar] - nfa转化为DFA的一个程序!希望能有点作用! [REManageAndnfaToDFA.rar] - 能够完成正规式到nfa的转换,NFA到DFA的转换(子集法),DFA的最小化,测试一个生成串是否能为生成的DFA所识别 -[Using Java language to the DFA' s nfa equivale
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:10071
    • 提供者:董华鹏
  1. lex

    0下载:
  2. 用c++实现的此法分析器,包括正则表达式解析,正则到NFA转换,NFA到DFA转换,和最终的匹配,详见包中README文件-Using c++ parser to achieve this method, including regular expression analysis, while the NFA is converted, NFA to DFA conversion, and end the match, see the package README file
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:15880
    • 提供者:0x7c00
  1. Automate

    0下载:
  2. graphic Automaton simulator,NFA to DFA conversion and minimisation
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:692235
    • 提供者:darkzan
  1. NFAtoDFA[J.S]

    0下载:
  2. 一个NFA转化为DFA的带有界面的程序,C++builder编写,能够输出转化子集;对于多终结符的情况也一样能够正确求解。-An NFA into a DFA with the interface of the program, C++ builder write to a subset of the output conversion for multi-terminator is also the case can be properly solved.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:1088326
    • 提供者:卓然
  1. main1

    0下载:
  2. nfa to dfa conversion
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2401
    • 提供者:wasim
  1. nfa

    0下载:
  2. 这是编译原理中,nfa转换为dfa的程序代码,提供为程序开发人员使用和编程-This is a compilation Principle, nfa to dfa conversion program code to provide for program developers and programming
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:5057
    • 提供者:李华
  1. main

    0下载:
  2. 编译原理课程实验,NFA到DFA转换及化简的C++语言实现。-Compiler theory course experiment, NFA to DFA Conversion and Reduction of C++ language.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:10864
    • 提供者:shirley
  1. NFA-to-DFA

    0下载:
  2. NFA到DFA的转换,老师布置的作业,千辛万苦,拿出来和大家分享下-NFA to DFA conversion, the teacher assigned homework, go through untold hardships, out and share
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:543750
    • 提供者:曹惠鹏
  1. DFA--TO--NFA--simpleDFA

    0下载:
  2. 程序实现的是编译原理中的NFA到DFA的转换(使用子集构造法)。以及使用等价划分算法实现的DFA的简化-Realize the principle is to compile the NFA to DFA conversion (using the subset construction). As well as simplify the use of equivalence partitioning algorithm to achieve the DFA
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3313
    • 提供者:张鹏飞
  1. NFA-to-DFA-Conversion

    0下载:
  2. 分享一个NFA到对应的DFA的转换程序-Program to convert a given NFA to the corresponding DFA
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1814
    • 提供者:Remon
« 12 »
搜珍网 www.dssz.com